Configurates
C1.Web.Mvc.InputTime<T>.InputType. Sets the "type" attribute of the HTML input element hosted by the control.
Syntax
'Declaration
Public Function InputType( _
ByVal As String _
) As InputTimeBuilder(Of T)
public InputTimeBuilder<T> InputType(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also